home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Format CD 43
/
Amiga Format CD43 (1999)(Future Publishing)(GB)(Track 1 of 2)[!][issue 1999-09].iso
/
-serious-
/
comms
/
other
/
pegmail
/
source
/
pegmail_gui.h
< prev
next >
Wrap
C/C++ Source or Header
|
1999-06-14
|
443b
|
25 lines
#include <libraries/mui.h>
#include <proto/muimaster.h>
#include <clib/exec_protos.h>
#include <exec/memory.h>
#include <clib/alib_protos.h>
struct ObjApp
{
APTR App;
APTR WI_label_0;
APTR PA_label_0;
APTR STR_PA_label_0;
APTR PA_label_1;
APTR STR_PA_label_1;
APTR TX_label_0;
APTR GA_label_1;
APTR BT_quit;
APTR BT_conv;
char * STR_TX_label_0;
};
extern struct ObjApp * CreateApp(void);
extern void DisposeApp(struct ObjApp *);